{% extends "_common/Makefile" %}

{% block extra %}
collectstatic:
	python manage.py collectstatic --no-input
{% endblock %}
